Hello. Google lists some links to my application like https://site.de/index.php/tags/tag --- when i...
Hi everybody I want to logout my user after one hour.I use session for that . I set lifetime='60...
Hello, I want to add configuration elements to the laravel config object from data stored in the dat...
What is the aquivalent to the first() method of the Eloquent ORM, but where i can choose the positio...
On Laravel "4.1.29", I have several different type of users. Each type of user has it's ow...
I have managed to evaluate the occurances of distinct values of a column via a raw query. The result...
in my register() function this, $this->app->bind('IDistrictsRepository', function() { return n...
Just wondering if there is an package or a method to generate the language files? Now I just need to...
This was an issue I posted on Github earlier but Mr Otwell closed it and advised I post it here inst...
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...
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