Hi guys, I'm trying to display the ENV contents through ROUTE, Route::get('env', function() { $envi...
I have recently switched to laravel5 and having issues with removing public path. I don't want to us...
i want to use chat functionality in my project but i don't know how to implement this. how can i imp...
Hello misters, I want to test Laravel 4.2 for the first time and i am very surprised by the perform...
just out of the box laravel new MYWEBSITE results in the above
I tried to search about this question before, but there seems to be nowhere where it is explained th...
I'm new in laravel. So I choose to use laravel homestead for greater compability environment. I inst...
I set up a laravel app running on a AWS EC2 (m3.2xl) using NGINX and php5-fpm. The database is using...
Hi guys I just have installed laravel5 successfully today. But I have a little problem. When I typed...
Script PHP artisan clear-compiled handling the post-update-cmd event returned wi th an error [Runtim...
I have a fresh Laravel 5 installation. My environment is set to production. I have files config/data...
Hi Everyone! Just take a look at this Awesome bookmarklet for the official Laravel documentation htt...
Hello, I've been running a Laravel 4 app on Pagoda Box for a few months, and it's been great. Howeve...
Hello! I have a problem with a new installation of Laravel 5.0. I´m installing Laravel in xampp with...
I installed a fresh install on my ubuntu machine. I'm getting blank page on the home page of the app...
I have recently completed my first laravel site, but now I am stuck with deployment. This is an enti...
Hello everybody, How can I add a suffix to my pages ? like localhost:8000/users/add.html for exemple...
I'm trying to figure out how to use a debugger and what it should be doing if I use it properly. I'v...
Route::group(['prefix' => 'admin'], function() { Route::get('/', function() { dd('loaded'); }...
Morning there, I'm working on Google Compute Engine GCE and i uploaded my laravel projects there,but...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community