Are there any Laravael "starter" systems with common basic functionality available to fast...
Does anyone know where I could put some logic to check if a database exists? It seems wherever I put...
I understand there is a 60 second timeout on laravel processes I pushing on the queue. I understand...
I have a strange issue... I WAS using standard PHP mail send email in my app, but I changed it to us...
Retrieving a datetime field which is YYYY-MM-DD and I need to display it as dd/mm/yy. So I am using...
Based on that link... Is Route::get('/', 'HomeController@showWelcome'); already a Facade? Because if...
Now you can just use Sites::ping() anywhere in your code and you're good to go! Sounds good, I sha...
AndrewBNZ said: The red highlight on the post count? Yeah I'd noticed that had disappeared too......
Before I go down this route, would facades/IoC/Service Provider be the best options? Because it seem...
thanks @rizqidjamaluddin, I started to read up about Facades and IoC so was considering trying it ou...
The Laravel portal for problem solving, knowledge sharing and community building.