Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 665 results for
laravel
- Page 1
Re: Laravel
Programming
Web Development
12 Years Ago
by jkon
I just found https://github.com/
laravel
/
laravel
#hello-world . It looks like an interesting framework , I will dig more to it …
Laravel
Programming
Web Development
12 Years Ago
by pritaeas
I just happened to come across "
Laravel
", a framework unknown to me. Has anybody used this one? If so, am looking for a comparison. Where does it fit in the range from small (TinyMVC) to large (Zend, Symfony).
Re: Laravel
Programming
Web Development
12 Years Ago
by diafol
Never heard of it until this thread. I had a look here: http://www.geekgumbo.com/2012/11/13/
laravel
-php-framework-review/ May have a look at it myself, but I'll need to see a few more reviews first. The amount of time involved in learning a new framework is not trivial. :(
Re: Laravel
Programming
Web Development
12 Years Ago
by jkon
… other frameworks … I searched the “hello world” application example with
laravel
or a simple db app but there is nothing there…
Re: Laravel
Programming
Web Development
12 Years Ago
by cereal
Hello, I still didn't tested
Laravel
but it seems interesting. While searching I've found this blogpost which is enough explanatory, at least in comparison to CI: http://philsturgeon.co.uk/blog/2012/12/5-things-codeigniter-cannot-do-without-a-rewrite A good point is the support for composer packages: http://getcomposer.org/
Laravel
Programming
Web Development
9 Years Ago
by SirMahlon
page with form open in
laravel
4.2 is not working. it throws this error Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException
Re: Laravel
Programming
Web Development
9 Years Ago
by SirMahlon
the issue has to do with forms in
laravel
4.2 . So i get suggestions of changing some other things in the app.php file. which i have. runned composer update. it like am new to the framework. i really need help.
Re: Laravel
Programming
Web Development
9 Years Ago
by SirMahlon
true but it working now. i guess
laravel
is case sensitive. when i changed from form to Form. it worked. Thanks Team Daniweb
laravel tutorial
Programming
Web Development
12 Years Ago
by alispicy
i want
laravel
tutorial or projects for reference, i did not find
laravel
tutorial for geting api data through js and php, how to get data on view. please help ....i am new to
laravel
Laravel 5 + CKFinder (Check authentication)
Programming
Web Development
9 Years Ago
by devianleong
… after I scratching my head for few hours. To integrate
Laravel
5 with ckfinder authorization method (So far I only can… get the solutions for
Laravel
4 but get none for
Laravel
5 from google.), simply add these code…
Laravel : merging public_html with framework
Programming
Web Development
8 Years Ago
by davy_yg
Hello, Please help me set this
laravel
framework file. I have two folders: framework_freshway: - public_html - framework I … on line 50 public_html <?php /** *
Laravel
- A PHP Framework For Web Artisans * * @package
Laravel
* @author Taylor Otwell <taylorotwell@gmail.com…
Re: Laravel 6 - Redirect to a page after successful login
Programming
Web Development
4 Years Ago
by Dani
… changed, use a 302 redirect. I have no experience with
Laravel
but here's a link for more information if you… to bypass PHP's built-in functionality and use
Laravel
's wrapper: https://
laravel
.com/docs/8.x/redirects Keep in mind…
Laravel
's wrapper functions will just implement the above code under …
Re: Laravel- Multiauth is not working
Programming
Web Development
8 Years Ago
by cereal
Hi, the article you're reading seems a bit outdated and it does not support the
Laravel
Auth system, in 5.2 now you can specify you're own guards, follow: * https://
laravel
.com/docs/5.2/authentication#authenticating-users * http://blog.sarav.co/multiple-authentication-in-
laravel
-5-2/ It should work fine.
Re: Laravel Framework
Programming
Web Development
8 Years Ago
by davy_yg
Another question: how to tell what version of
laravel
from the
laravel
files? How to check it? I have a
laravel
file which I cannot tell what version is it?
Re: Laravel : merging public_html with framework
Programming
Web Development
8 Years Ago
by davy_yg
… soulfy_public_html/public_html/index.php <?php /** *
Laravel
- A PHP Framework For Web Artisans * * @package
Laravel
* @author Taylor Otwell <taylorotwell@gmail.com…
Re: laravel tutorial
Programming
Web Development
12 Years Ago
by pritaeas
Something like [this](http://maxoffsky.com/code-blog/
laravel
-ajax-example-source-code/) maybe?
Laravel Cors API for multiple clients (domains)
Programming
Web Development
11 Years Ago
by extjac
Hello. I am trying to implement a
Laravel
API that will be consumed by different clients (domains). The … do it. I am not sure if this is a
Laravel
issue or just me not understanding how CORS works…any…
Laravel- Multiauth is not working
Programming
Web Development
8 Years Ago
by baig772
… article](http://saravanan.tomrain.com/multiauth-in-
laravel
-5-0/) My **Auth.php** &… ], ]; My **App.php** 'providers' => [ /* *
Laravel
Framework Service Providers... */ //Illuminate\Auth\AuthServiceProvider::class, Ollieread\Multiauth\MultiauthServiceProvider…
Laravel Framework
Programming
Web Development
8 Years Ago
by davy_yg
Hello, I am trying to install
laravel
for the first but unable to do so. I already install the composer and it has error since it request php7.dll is missing from my computer. Where to find that file? Okay, then where is a good tutorial to learn
laravel
? Thanks in advance.
Re: Laravel Framework
Programming
Web Development
8 Years Ago
by diafol
… - old versions of composer don't like v7 3. Install
Laravel
to the directory of your choice (in htdocs) 4. Remember… set up and Apache. If you don't get the
Laravel
page - try to isolate the step where things went wrong…
Re: Laravel Framework
Programming
Web Development
8 Years Ago
by diafol
…, PhpMyAdmin, Xdebug + modules + components So, PHP5.4 as the maximum?
Laravel
5.4 will NOT play nicely with that anyhow. From… https://
laravel
.com/docs/5.4 >However, if you are not…
Re: Laravel Framework
Programming
Web Development
8 Years Ago
by diafol
>How to run artisan from
laravel
root directory? Since the extension is file, it requires another … be added to PATH if you used the Windows installer.
Laravel
should be available globally too, but it does depend on…
Re: Laravel : merging public_html with framework
Programming
Web Development
8 Years Ago
by diafol
Alternatively you could try a previous version of
laravel
Laravel Teacher
Programming
Web Development
8 Years Ago
by davy_yg
Hello, Is anyone here are really good at
laravel
? I am willing to pay at $8.00 / hour if anyone here can teach me how to work on
laravel
while working on my project as a sample through skype. Thanks.
Push data to queue in Laravel
Programming
Web Development
6 Years Ago
by iqlas
… redis database for data pushed by 3rd Party.
Laravel
Scheduler runs artisan command `php artisan check:redis` every 10 …
Laravel Pagination Page2 Link Does Not Work
Programming
Web Development
6 Years Ago
by SkyFX
…. I am returning a search-filtered databse query with
Laravel
and applying a pagination, the pagination works, the query works, …
laravel and vuejs not showing
Programming
Web Development
5 Years Ago
by PcNerd27
I have a problem with
laravel
and vuejs the code below is in my resources in …=device-width, initial-scale=1"> <title>
Laravel
</title> <!-- Fonts --> <link href="…
Laravel 6 - Redirect to a page after successful login
Programming
Web Development
4 Years Ago
by jeffersonalomia
… redirect the user to home page) ? I am new at
laravel
environment and I will highly appreciate all your comments and… to learn a lot from you. Currently I am using
Laravel
6 version. Thanks
Re: LARAVEL SAVING MULTIPLE DATA to DATABASE
Programming
Web Development
11 Years Ago
by Fernando_4
I don't know
laravel
, but I think I would need to take a look …'m even close to the answer, I don't know
Laravel
as I mentioned and I haven't even used a…
Re: Laravel Framework
Programming
Web Development
8 Years Ago
by davy_yg
I think I find it out. It is probably https://laracasts.com . Yet, I still need some help on installing
laravel
since I only learn it for one day.
1
2
3
12
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC