Hi all, Suppose I have an orders table and it has a price field. The price values are between 1 and...
Hy, I want to make redirect's from my package class, but if returning a redirect it redirect me to t...
I have a controller that redirects the user to another page and sends some data along in the form of...
Hy. First at all, sorry for my english, is not the best, but i try to do the best. I have a database...
Hi there, I'm writing an app where users get their own subdomain. A user can have different roles (a...
Hi everyone! I just wrote a blog post on getting started with using XHP for views in Laravel. XHP is...
I am still learning what and how to test in Laravel. However, no matter how many tutorials you read...
So, with laravel 4.27, alot of the FluxBB functions got messed up. current function isn't working, a...
Hello In the manual I am getting confused as to how to distribute the content in the files .env.loca...
Hi, I've just created this function on my users controller: public function signin() { if (Auth::at...
public function destroy($id) { User::find($id)->delete(); return Redirect::route('user') ->wit...
I'm currently working on a CMS, and the goal is to have absolute minimal setup for a developer. Sinc...
Hi Guys, Stuck with a validation problem in Laravel. I don't think it's specific to Ardent, but that...
Hello, I've problem with logging into my application, i've tried to use another hashing, but it didn...
how to add column in table migration updated_at ,created_at,delteded_at
Is it me ? Or is Forge just a huge headache rather than useful ? After three attempts, can't even g...
Hi guys, I am having a bit of trouble with the app migrating to the production server. I have a clas...
Hi guys, I'm using Sentry for my app. I've added a property to the user model : "Account"...
Hi all, I can't set my project environment to the development. This is my code in start.php $env = $...
As we all know, using stuff like Config in custom packages works great if you're using Laravel. 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