Support the ongoing development of Laravel.io →
alainbelez

alainbelez

Joined 11 Feb 2014

Statistics

Threads 16
Replies 68
Solutions 14
Articles 0

is Laravel PHP7 compatible?

is laravel 5 compatble with PHP7? i have a centos 7 VM with NGINX and PHP7 installed, tried running...

0 Likes
8 Replies
posted 10 years ago

OAuth Question

i planned to create my own oauth server, do i still need to create a "User" model / databa...

0 Likes
0 Replies
posted 10 years ago

how to access Models in ServiceProviders

whenever i access a model in service provider it returns an error: Call to a member function connect...

0 Likes
0 Replies
posted 10 years ago

[L5] register Middleware

App::middleware('My\Middleware'); this doesn't work anymore.

0 Likes
1 Replies

[L5] Auth Named Route

url('auth/login') is this the only way to get the link to login page? is there a named route for it...

0 Likes
5 Replies
Solved
replied 11 years ago

Is there a way to alter the UPDATE SQL generated by Laravel?

you may want to read on model observers http://laravel.com/docs/4.2/eloquent#model-observers

0 Likes
replied 11 years ago

Scheme Builder - tinytext is an undefined function? Laravel 4.2

there is no tinyText method, you could use string and set the length $table->string('column', 10)...

0 Likes
replied 11 years ago

ManyToMany where

how about this? Series::where('id', '!=', 3)->first()->products;

0 Likes
replied 11 years ago

How to delete an image file when deleting a page?

you should do File::delete('/path/to/image/file');

0 Likes
replied 11 years ago

Problem with Blade

that would be the result if you run the blade file directly, if you want a static page. create a new...

0 Likes
Solved

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.