in my routes.php Route::controller('/admin','AdminController'); Route::controller('/admin/customers'...
Hi, Bit of background - I have a PHP project, it works ok at the moment. One problem is that its me...
How to? because migration like this public function up() { Schema::table('posts', function($table)...
Hi, I'm trying to get a a date that is 3 days from the selected date, but excluding weekends and hol...
Hello This is maybe a stupid question, but I'm just learning Laravel and can't find help on internet...
I am creating a website that helps users build config files for different applications. How ever, I...
Hi, I'm using PostgreSQL + PostGIS and I need to call ST_AsText(geom) function when I access a prope...
Hi! I'm facing a problem with a belongsToMany relationsship on a custom pivot model I cannot solve....
Hi, I've been raging for a few hours trying to achieve this. 'created_at' and 'updated_at' both have...
Hello I need get data from json without index to populate data in dropdownlist $agents = DB::table('...
I created a post yesterday saying that I got an error saying Object not found!. I wanted to remove m...
Running apache. Created view named mainmenu project is at C:/imgweb2. When I run localhost:8000/im...
in a message board several users to confirm the entries. how can I realize the easiest? it will also...
Hi Everyone I built a website using laravel 4. I uploaded my website to the internet for the first t...
Quick setup: attempting to load a secondary Laravel site side-by-side with an existing CodeIgniter s...
Hello, I randomly get this error: Symfony\Component\Debug\Exception\FatalErrorException thrown with...
I've been tinkering with my own user authorisation and providing user roles based on a database entr...
Hi, I'm busy learning laravel's localization and I was wondering is there a way to have the language...
Hello what type array return in view from this varible $agents=DB::table('users_agents') ->sel...
Hi, Im my app i have a function that i want to run on all user inputs before proceeding. Suppose it'...
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