Will definitely check it out and go trough the code once I have some time!
pogachar said:
Will definitely check it out and go trough the code once I have some time!
TNX :)
I Installed this and could lauch the http://localhost/laravelwebsite5/www/ BUT then, everything i click return NOT FOUND The requested URL /laravelwebsite5/www/auth/login was not found on this server. NOT FOUND The requested URL /laravelwebsite5/www/auth/register was not found on this server. ... The mod_rewrite is ON. I am running apache. The php is > 5.5. Everything looks nice but keep saying not found for other urls different from "http://localhost/laravelwebsite5/www/"
Any idea?
The problem was that i had to configure httpd.conf right. Set the DrectoryRoot to "http://localhost/laravelwebsite5/www/" and <driectory to "http://localhost/laravelwebsite5/www/"> AND inside Directory put allowoveride ALL. Now it works fine!
Hi! I have been checking your packages and its really good, but i can notice some differences between the actual L5 dev version and the based version of your starter-site.
Did you plan update the base of L5 of your project?
I would like to ask you why decide to put all in the www subfolder, no problem with that but Im curious.
this is laravel 5 with bootstrap admin template suite https://github.com/w3nh4o/Laravel-5-with-bootstrap-responsive-admin-template-AdminLTE
or you can follow my tutorial to make your laravel with your own template http://codelution.com/development/web/integrating-bootstrap-admin-template-with-laravel-5/
Hey i cant register .. it says SQLSTATE[42S22]: Column not found: 1054 Unknown column 'username' in 'where clause' (SQL: select count(*) as aggregate from users where username = username) :/ on the demo site.
w3nh4o said:
or you can follow my tutorial to make your laravel with your own template http://codelution.com/development/web/integrating-bootstrap-admin-template-with-laravel-5/
This website not available
mrakodol said:
I make a Laravel 5 starter site with boostrap 3 and datatable. You can download it from here: https://github.com/mrakodol/Laravel-5-Bootstrap-3-Starter-Site all comments are welcome :) Enjoy :)
Dear please i follow all your steps and everything is installed but when i click on about or any link i get this error
Not Found
The requested URL /Laravel-5-Bootstrap-3-Starter-Site-master/public/about was not found on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80
i tried to fix it many times but no hope
please advice
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.