Support the ongoing development of Laravel.io →

Namespacing Resource Routes (error?)

From this: Route::group(array('prefix' => 'admin','namespace' => 'Admin'), function() { Route...

0 Likes
3 Replies

Blank page rendered on openshift

I haven't had time to figure this out, but spent considerable time trying, being a "hobby"...

0 Likes
6 Replies

Inserting multiple rows to database

Hi, I've created a form where users can choose multiple checkboxes. <input type="checkbox&qu...

0 Likes
0 Replies

Laravel insists on loading incorrect resource route

I am well into a project where I have a number of resource controllers. They have all been working p...

0 Likes
3 Replies
Solved

Get collection and associated pivot with one query

Here are my models: class BookReading extends Eloquent { // Book reading has many authors p...

0 Likes
1 Replies
Solved

Routes vs URL Parsing

What are the benefits of utilizing laravel's "Routes" opposed to having a custom bootstrap...

0 Likes
1 Replies

Mail config file from data base

I made a model 'Setting' and a static method 'get' and I use it for get configs from DataBase. For E...

0 Likes
1 Replies
Solved

Editing multiple rows

How do I edit multiple rows in Laravel? I've searched Google and I'm seeing all sorts of mentions of...

0 Likes
2 Replies
posted 9 years ago

Session id when cookies are disabled

Hello! Need to arrange authorization when cookies are disabled. Ie, Session ID need send in $ _GET....

0 Likes
0 Replies

[Package] Perform searches in a table giving priorities to each field

Searchable, a search trait for Laravel Searchable is a trait for Laravel 4.2+ that adds a simple sea...

0 Likes
0 Replies
posted 9 years ago

Model with many to many relationships

HI, I want to create a department search.So i created 5 database tables: Department ID | NAME Depart...

0 Likes
3 Replies
Solved
posted 9 years ago

jQuery ajax form submission callback with newly inserted row

Hey, I'm about to play around with this but just thought I'd ask to see if anyone knows already... I...

0 Likes
1 Replies
Solved

Query Scope with Repositories

Having trouble finding the way to use Query Scopes with Repositories. Is there a way? Would like to...

0 Likes
2 Replies

PHPSpec - Useful Links and Examples

I've been getting more and more into PHPSpec over the last several weeks and have definitely enjoyed...

0 Likes
0 Replies

Utilize Auth and Sessions without passwords

I'm currently working on a web application that is a subdomain of another website. My app's parent d...

0 Likes
0 Replies
posted 9 years ago

Blade::extend() problem with committed parameters

Hi, I'm trying to extend Blade with this: Blade::extend(function($view) { $html = strtotime(&quo...

0 Likes
2 Replies

creating category model where it has parent of category model itself.

I am creating category model where it has parent of category model itself.. i did the relations in m...

0 Likes
1 Replies
posted 9 years ago

Logical Error-Auth not recognized

I have a conditional to check whether a user is authorized to sign in. I am passing an array of prop...

0 Likes
15 Replies

View, Session & Input namespaces

Hello, I use PhpStorm to develop my projects and recently ensured all my projects were properly name...

0 Likes
1 Replies
Solved

Architecture / API connections -> Store data

Hello, we developed an application that makes a connection with Google Analytics and stores the data...

0 Likes
0 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

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.

© 2024 Laravel.io - All rights reserved.