I have a simple test routine, which is not working in the final part.
The idea is to query a MySql database and compose a page with the result, which works correctly.
By clicking on a link in a line of this composite page, line data should be...
Has anyone here had this one with Homestead and postgreSql? My application is giving this error.
PDOException
could not find driver
I've already looked in some places but nothing ...
Thanks for the help!
I'm trying to create an environment in laravel 5 where there is the customer access area (Front of Shop) and the administration area of pages, products, etc. (CMS), but the problem is that I can not find a way to split the sessions, for example:...
I will receive through the API a JSON with this structure:
{"leads":
[{"id":"1",
"email":"[email protected]",
"name":"Bruno Ghisi",
"company":"Resultados Digitais",
"job_title":"IT",
"bio":"This is my bio...
I'm developing a RESTful API with Laravel PHP that will be consumed by an Android application, the API is consumed only by the application, there is no web system.
I am learning RESTful, and during the learning I was left with a doubt.
I get...
I have the following problem, I have a table with items and I need to create groups and name each item to its due group. I already distribute them by categories, which in the case I call 'families', however I need now to group them respectively...
Hello, I'm testing a google maps API for my laravel project ( link ) and when I make a map request only limit of API requests expires, I would like to know if anyone has already used this API in laravel and if they have any idea why this occurs....
I have the following code snippet
$sectors = Sector::where('company_id', $id)
->where('status', '0')
->with('charges.levels')
->get();
I need 3 conditions
sector status is 0...
I need to generate PDF report in Laravel 4. I found several alternatives and I'm in doubt about which option is best:
DOMPDF ( alternative link )
It seems very easy to use, since it is our good old HTML plus CSS, however I did not unders...
I am developing a system of deadlines and alerts. The user will register a deadline, date and time of the term and define if he wants to receive the alert with 1, 2 or 3 hours in advance.
How can I perform a function that checks and is it tim...