Hi everyone, I am new to Laravel and have been learning a ton over the past couple of days (so far a...
i have this code in the view, and all pages include this view ..... <? $number = Friend::Frie...
I'm trying to understand better how Laravel implements the basic design patterns (creational, struct...
I'm trying to deploy my app on google cloud but having some trouble. In my app.yaml i have env_v...
Im new in using php frameworks, I chose laravel 4 im able to install and run Laravel on my localhost...
I am requesting localhost/customer/index.php, but laravel executes / route, thinking i am requesting...
Hello, I'm new user to Ubuntu and I have a app in Laravel. I can access my app with virtual host wit...
I am saving created_at and updated_at as Unix timestamp in DB. I have overridden my getDateFormat()...
Hi, I have form: <form action="{{ url('users') }}" method="POST"> <tabl...
This is possibly not a real Laravel-question but I'm developing my new site in Laravel. This is the...
How to render view from string with blade template format? like this: $str = "{{ $abc }}";...
Hi i try many IDEs no one supports blade autocomplete im new to laravel and i need autocomplete and...
Hey guys, I'm having a small problem regarding the combination of multiple eloquent based libraries....
Ok so I have a certifications table which can have many employees or materials. Also the employees a...
Is there a way to create migration files for existing tables quickly?
Hi, i have these macros https://gist.github.com/brwnll/10927191 Works great, but in mi form can't pu...
Should this work to see if a row does or doesn't exist? $exists = DB::table('roles')->where('nam...
Hi. I have a user with countries relationship. (hasMany) user_id 1 country_id 1 user_id 1 country_i...
I am just starting an app and wondering if I should try to handle user authentication with a package...
Hello everyone. I have a mistake when I run the routes.php with a notice error: Call to undefined me...
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